home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-04-28 | 1.1 KB | 52 lines | [TEXT/MPS ] |
- /******************************************************************************/
-
- resource 'ALRT' (16990, purgeable)
- {
- {0, 0, 100, 320},
- 16990,
- {
- OK, visible, sound1;
- OK, visible, sound1;
- OK, visible, sound1;
- OK, visible, sound1
- }
- };
-
- resource 'DITL' (16990, purgeable)
- {
- {
- {60, 210, 80, 280}, Button { enabled, "OK" },
- {10, 20, 42, 52}, Icon { disabled, 0 },
- {10, 62, 42, 300}, StaticText { disabled,
- "An integer between ^0 and ^1 is required." }
- }
- };
-
- /******************************************************************************/
-
- resource 'ALRT' (16991, purgeable)
- {
- {0, 0, 120, 320},
- 16991,
- {
- OK, visible, sound1;
- OK, visible, sound1;
- OK, visible, sound1;
- OK, visible, sound1
- }
- };
-
- resource 'DITL' (16991, purgeable)
- {
- {
- {80, 210, 100, 280}, Button { enabled, "OK" },
- {10, 20, 42, 52}, Icon { disabled, 0 },
- {10, 62, 58, 300}, StaticText { disabled,
- "An integer between ^0 and ^1 is required. "
- "Closest value inserted." }
- }
- };
-
- /******************************************************************************/
-
-